net/http.http2responseWriterState.handlerDone (field)
9 uses
net/http (current package)
h2_bundle.go#L6432: handlerDone bool // handler has finished
h2_bundle.go#L6490: if rws.handlerDone {
h2_bundle.go#L6507: if !hasContentLength && clen == "" && rws.handlerDone && http2bodyAllowedForStatus(rws.status) && (len(p) > 0 || !isHeadResp) {
h2_bundle.go#L6541: endStream := (rws.handlerDone && !rws.hasTrailers() && len(p) == 0) || isHeadResp
h2_bundle.go#L6561: if len(p) == 0 && !rws.handlerDone {
h2_bundle.go#L6568: endStream := rws.handlerDone && !hasNonemptyTrailers
h2_bundle.go#L6576: if rws.handlerDone && hasNonemptyTrailers {
h2_bundle.go#L6802: endStream: rws.handlerDone && !rws.hasTrailers(),
h2_bundle.go#L6868: rws.handlerDone = true
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |